home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Programy / ignition.exe / {app} / Ignition.exe / 0 / RCDATA / TADDFOLDERDLG / TADDFOLDERDLG.txt
Text File  |  2005-01-07  |  729b  |  40 lines

  1. object AddFolderDlg: TAddFolderDlg
  2.   Left = 256
  3.   Top = 274
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Add Folder'
  7.   ClientHeight = 53
  8.   ClientWidth = 317
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object prog_lbl: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 3
  23.     Height = 13
  24.   end
  25.   object pb: TProgressBar
  26.     Left = 8
  27.     Top = 32
  28.     Width = 305
  29.     Height = 17
  30.     TabOrder = 0
  31.   end
  32.   object tmr: TTimer
  33.     Enabled = False
  34.     Interval = 100
  35.     OnTimer = tmrTimer
  36.     Left = 264
  37.     Top = 144
  38.   end
  39. end
  40.